
body{
	background-color: #ffffff;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	/*overflow: hidden;*/
}

.layui-tab{
	margin: 10px 15px;
}
.layui-tab-content{
	padding: 15px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	color: #ff6d10;
	font-weight: bold;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #ff6d10;
}
.layui-input:hover, .layui-textarea:hover {
    border-color: #ddd!important;
}
.layui-input, .layui-textarea, .layui-input, .layui-select, .layui-textarea{
	border:none;outline: none;border-bottom: 1px solid #ddd;border-radius:0; padding-left: 0;
}
.layui-form-checkbox[lay-skin=primary] span{
	margin-right: 0;
    padding: 0;
    font-size:12px;
}
.layui-form-checkbox[lay-skin=primary]{
	padding-left: 20px;
}
.layui-form-checkbox[lay-skin=primary] i{
	width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #dfd8d9;
    border-radius:0;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
	border-color: #ff6d10;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #ff6d10!important;
    background-color: #ff6d10;
}
.layui-form-item{
	position: relative;
}
.layui-btn.reg_login_btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #ff6d10;
}
.layui-nav{
	padding: 0;
    background: none;
    color: #333;
    border-radius: 0;
    float: right;
}
.layui-nav .layui-nav-item{
	line-height: 25px;
    margin-top: 5px;
}
.layui-nav .layui-nav-item a,.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
	color: rgb(24, 24, 24);
}
.layui-nav-child{
	top: 30px;
	left:-20px;
}
.layui-carousel img{
	max-width: 100%;
}


.reg_footer{
	background: #3d3d3d;
    width: 100%;
}
.t_common_footer{
	margin-top: 0 !important;
}


.reg_service{
	font-size: 0;
	margin-top: 30px;
}
.reg_service>span{
	font-size:12px;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
}
.reg_service span a{
	color: #ff6d10;
	font-size:12px;
}
.reg_code{
	position: absolute;
	right: 0;
	top: 0;
}
.reg_code_86{
	left: 0;
	right: inherit;
}
.namephone{
	padding-left: 35px;
}
.reg_code_line i{
	border-left: 1px solid #ddd;
}
.reg_code_btn{
	width: 70px;
	text-align: center;
}
.reg_code_btn a{
	color: #ff6d10;
}
.reg_btn{
	background-color: #ff6d10;
	border-radius: 0 !important;
	height: 40px;
	line-height:38px;
}
.reg_phone_tip{
	color: rgb(153, 153, 153);
    font-size: 12px;
    margin: 5px 0 30px 0;
}


.reg_header{
	    padding: 20px 24px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}
.reg_logo a,.reg_logo span{
	display: inline-block;
	float: left;
}
.reg_logo a{
	width: 100px;
    height: 35px;
    background: url(//my.jdzj.com/login/img/logo.png) no-repeat;
    background-size: 220px;
    text-indent: -999%;
    overflow: hidden;
}
.reg_logo span{
	line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 18px;
    color: rgb(24, 24, 24);
}
.reg_logo span i{
	width: 2px;
    height: 15px;
    border-left: solid 1px #ccc;
    float: left;
    margin: 10px 8px 0 8px;
}



.reg_content{
	width: 640px;
	min-height: 400px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -320px;
	background: #ff6d10;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
	padding: 0;
}

.reg_content.reg_fixed{
	position: inherit;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
}


.reg_left{
	height: 400px;
	background: #ffffff;

	
	width: 425px;
	float: left;
}
.reg_tips{
	font-size: 12px;
    color: #999999;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 45px;
}
.reg_tips a{
	font-size: 12px;
    color: #999999;
}


.reg_right{
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	padding: 40px 0;

	
	width: 215px;
	float: left;
}
.reg_login_btn{
	background-color: #fff;
    color: #ff6d10;
    border-radius: 0;
    padding: 0;
    border: none;
    width: 120px;
}
.reg_apps{
	position: relative;
}
.reg_app{
	position: absolute;
    margin-left: -50px;
    top: -110px;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.4s;
}
.reg_app img{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.reg_apps:hover .reg_app{
    opacity: 1;
    visibility: visible;
}
.reg_app span{
	position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotateZ(45deg);
    z-index: 0;
}


#login_container{
	width: 300px;
    min-height: 182px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
#login_container img{
	    border: 1px solid #e2e2e2;
}
.reg_wx_tips, .reg_wx_tips2{
	text-align: center;
}
.reg_wx_tips{
	font-size:14px;
	margin-top: 15px;
	color: rgb(153, 153, 153);
}
.reg_wx_tips2{
	font-size: 0;
	margin-top: 15px;
}
.reg_wx_ico{
	font-size: 14px;
	display: inline-block;
	color: #999;
}
.reg_wx_ico i{
	background: url(//my.jdzj.com/login/img/loginv4.png) no-repeat;
	width: 12px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.reg_wx_ico1 i{
	background-position: -9px -3px;
}
.reg_wx_ico2{
	margin: 0 50px;
}
.reg_wx_ico2 i{
	background-position: -29px -3px;
}
.reg_wx_ico3 i{
	background-position: -51px -3px;
}
.layui-layer-tips .layui-layer-content{
	background-color: #ff6d10 !important;
}
.layui-layer-tips i.layui-layer-TipsT{
	border-right-color: #ff6d10 !important;
}




.reg_banner{
	display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-indent: -9999%;
    background: #0037ae;
}

.reg_cont{
	position: relative; z-index: 1; overflow: hidden;
}
.reg_foot{
	/*position: fixed;
    bottom: 0px;
    width: 100%;*/
    padding: 16px 0;
    box-sizing: border-box;
    /*z-index: 1;
    background-color: rgba(255,255,255,0.1);*/
    border-top: 1px solid #f3f3f3;
    margin-top: 20px;
}
.reg_foot ul{
	padding: 0;
	text-align: center;
	font-size:0;
	/*color: #fff;*/
}
.reg_foot li{
	display: inline-block;
    font-size: 12px;
    position: relative;
    padding: 0 20px;    
}
.reg_foot li i{
	position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    border-right: solid 1px #000;
    margin-top: -5px;
}
.reg_foot a{
	display: block;
	text-align: center;
	/*color: #fff;*/
}
.reg_foot a:hover{
	color: #ff6d10;
}
.reg_foot p{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.reg_foot p a{
	color: #666;
	display: inline-block;
}

#enterpriseRegister{
	width: 640px;
    height: 400px;
    /*padding: 100px 0;*/
    /*text-align: center;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
    /*background-color: #f5f5f5;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -320px;
    z-index: 2;
}
/*#enterpriseRegister_box{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
}*/
.reg_wx_tip {
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 7px;
    margin-left: -85px;
    background-image: url(//www.jdzj.com/img/201808/jdzjapp2.png);
    background-position: -3px -3px;
}
.reg_wx_tip span{
	/*background-color: rgba(0,0,0,0.3);
	width: 170px;
    height: 170px;
    line-height: 170px;
    display: block;
    text-align: center;*/
        background-color: rgba(0,0,0,0.3);
    width: 170px;
    height: 105px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding-top: 65px;
}
.reg_wx_tip i{
	color: #ffffff;
    font-style: normal;
    font-size: 15px;
    text-shadow: 5px 5px 5px #000000;
}





.wechat{overflow: hidden;font-size: 0;height: 329px;}
.block{width:50%;display: inline-block;font-size:14px;vertical-align: top;}
.block h4{padding: 15px 0;margin: 0;border-bottom: solid 1px #eee;text-align: center;}
.bleft{height: 284px; overflow-y: auto;}
.bright{background: #f8f8f8; height: 500px; padding: 40px 30px;}
.bleft .list{display: block; overflow: hidden; border-bottom: solid 1px #f8f8f8; padding: 10px;position: relative;}
.list .img{display: block; float: left; margin-right: 10px;border: solid 1px #f8f8f8; padding: 4px;}
.list .title{text-align: left; line-height: 25px;    font-size: 12px;}
.list .user{text-align: left; line-height: 25px;    font-size: 12px;}
.rlist{display: block; overflow: hidden;margin-bottom: 25px;}
.rtxt{display: inline-block; float: left; padding: 9px 15px; width: 80px; font-weight: 400; line-height: 20px; text-align: right;}
.rinput{min-height: 36px;text-align: left;}
.rinput input{height: 38px; line-height: 1.3; border-width: 1px; border-style: solid; background-color: #fff; border-radius: 2px; display: block; width: 100%; padding-left: 10px; border-color: #e6e6e6; outline: 0; -webkit-appearance: none; transition: all .3s; -webkit-transition: all .3s; box-sizing: border-box;


    border: none;
    outline: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
        padding-left: 15px;
    }
.rinput button{display: inline-block; height: 38px; line-height: 38px; padding: 0 18px; background-color: #FF7405; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border: none; border-radius: 2px; cursor: pointer; outline: 0; -webkit-appearance: none; transition: all .3s; -webkit-transition: all .3s; box-sizing: border-box;


}

.list:hover{background: #f8f8f8;cursor: pointer; }
.list .user i{margin-top: -2px; display: inline-block;width:11px; height:11px; background-image: url(/dist/img/login_ico.jpg?v=2); vertical-align: middle; margin-right: 3px;}
.list .user i.zhdl{background-position: -39px -39px;}
.list em{position: absolute; right: 10px; top: 15px; color: #FF7405; font-style: normal; display: block;font-size: 12px;}



.login_content{
	height: 475px; 
	padding-top: 75px;
}
.t_main_login{
	    width: 1100px;
    z-index: 1;
    position: absolute;
    top: -475px;
    left: 50%;
    margin-left: -550px;
}
.ture-line-login{
	    width: 425px;
    top: 587px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.t_reg_a{
	background: url(/login/img/login_a.png) no-repeat;
    width: 50px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 50px 50px;
    text-indent: 24px;
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
    z-index: 1;
}
.t_reg_a:hover{
	color: #fff;
}